home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / language / gemfxm18.lzh / MAKEFILE.MAK
Text File  |  1989-04-06  |  180b  |  10 lines

  1. VERSION = 18
  2.  
  3. default:
  4.     echo this makefile has no default target!
  5.     
  6. distrib:
  7.     del gemfxm$(VERSION).lzh
  8.     lharc a -xmpr gemfxm$(VERSION) *.c *.h *.r* *.mak
  9.     
  10.